STOP MUSIC

This command will stop the specified music number if it is playing.

  Syntax
STOP MUSIC Music Number
  Parameters
Music Number
Integer
The music number to stop

  Returns

This command does not return a value.

  Example Code
cls
load music "happy.mp3",1
Play music 1
do
loop
stop music 1
end
  See also

MUSIC Commands Menu
Index